home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / VisionaleV1.1-D1.adf / virx / DisplayEachFrame.virx next >
Text File  |  1992-10-30  |  267b  |  16 lines

  1. /*
  2.  * DisplayEachFrame.virx
  3.  * Copyright (c)1992 Bruno Costa & Lucia Darsa
  4.  */
  5.  
  6. options results
  7.  
  8. parse arg outputfile type depth frame
  9.  
  10. detach
  11. /* If you have 24bit graphics board, change here */
  12. if depth ~= 24 then
  13.   address command display outputfile opt ma
  14.  
  15. exit 0
  16.